ServiceFindPeople Method (StandardFolder, Restriction, Restriction, IListPropertyOrder, IndexedPageView, String) |
Finds the people.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindPeopleResponse FindPeople(
StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
IList<PropertyOrder> propertyOrder,
IndexedPageView view,
string query
)
Public Function FindPeople (
standardFolder As StandardFolder,
restriction As Restriction,
aggregationRestriction As Restriction,
propertyOrder As IList(Of PropertyOrder),
view As IndexedPageView,
query As String
) As FindPeopleResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder. - restriction
- Type: Independentsoft.ExchangeRestriction
The restriction. - aggregationRestriction
- Type: Independentsoft.ExchangeRestriction
The aggregation restriction. - propertyOrder
- Type: System.Collections.GenericIListPropertyOrder
The property order. - view
- Type: Independentsoft.ExchangeIndexedPageView
The view. - query
- Type: SystemString
The query.
Return Value
Type:
FindPeopleResponseFindPeopleResponse.
See Also